home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / PowerPC / AHI / ahiusr.readme < prev    next >
Text File  |  2000-05-16  |  5KB  |  151 lines

  1. Short:    Retargetable audio v4.20, User's Archive
  2. Type:     mus/misc
  3. Author:   Martin Blom <martin@blom.org>
  4. Uploader: Martin Blom <martin@blom.org>
  5.  
  6.      This archive contains the binary distribution of AHI,
  7.      everything you need to use programs that require AHI,
  8.      and documentation in AmigaGuide® format.
  9.  
  10.      Changes since last release
  11.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  12.      This release includes a couple of bug fixes and
  13.      support for the PowerPC processor (PowerUp).
  14.  
  15. --------------------------------------------------------------------------------
  16.  
  17. TITLE
  18.  
  19.      AHI Audio system
  20.  
  21. VERSION
  22.  
  23.      Release 4
  24.  
  25. AUTHOR
  26.  
  27.      Martin Blom <martin@blom.org>
  28.  
  29. DESCRIPTION
  30.  
  31.      Retargetable Audio for AmigaOS
  32.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  33.  
  34.      (When refering to this software, the correct term is
  35.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  36.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  37.  
  38.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  39.      However, many features are lacking:
  40.  
  41.      · Very limited volime control when using 16 bit samples
  42.      · No HiFi mixing routines are available.
  43.      · No stereo samples
  44.      · No DSP effects are available.
  45.      · Less precision on some calculations
  46.      · Slower
  47.  
  48.      As you can see, this version is very primitive.  Get yourself an
  49.      accelerator!  I cannot guarantee that I will continue to support this
  50.      processor in the future.
  51.  
  52.      AHI now supports the PowerPC processor. Thanks to the users who
  53.      donated money and Syscom & Mematex AB who sponsored the hardware,
  54.      I was finally able you buy a Cyberstorm PPC card. The current
  55.      version is of PowerUp only, but a WarpUp version will follow later.
  56.  
  57.      Quick overview
  58.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  59.  
  60.      * Driver based
  61.  
  62.      Each supported sound card is controlled by a library-based audio
  63.      driver. For a 'dumb' sound card, a new driver should be written in
  64.      a few hours. For a 'smart' sound card, it is possible to utilize an
  65.      on-board DSP, for example, to maximize performance and sound quality.
  66.      For sound cards with own DSP but little or no memory, it is possible
  67.      to use the main CPU to mix channels and do the post-processing
  68.      with the DSP. Available today are drivers for
  69.  
  70.      · Aura (sampler only)
  71.      · Clarity (sampler only)
  72.      · Concierto (Picasso IV sound module)
  73.      · Delfina DSP and Delfina Lite
  74.      · DraCo Motion
  75.      · Maestro Pro
  76.      · Melody Z2 and 1200
  77.      · Paula (8/14/14c bit)
  78.      · Prelude and Prelude 1200
  79.      · Toccata
  80.      · Wavetools
  81.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  82.  
  83.      * Fast, powerful mixing routines (yeah, right... haha)
  84.  
  85.      The device's mixing routines mix 8- or 16-bit signed samples, both
  86.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  87.      (with stereo panning if desired) data, using any number of channels
  88.      (as long as 'any' means less than 128...).  Tables can be used speed
  89.      the mixing up (especially when using 8-bit samples).  The samples can
  90.      have any length (including odd) and can have any number of loops.
  91.      
  92.      * Support for non-realtime mixing
  93.  
  94.      By providing a timing feature, it is possible to create high-
  95.      quality output even if the processing power is lacking, by saving
  96.      the output to disk, for example as an IFF AIFF or 8SXV file.
  97.      There are so-called HiFi mixing routines that can be used, which
  98.      use linear interpolation and gives 32 bit output.
  99.  
  100.      * Audio database
  101.  
  102.      Uses ID codes, much like Screenmode IDs, to select the many
  103.      parameters that can be set. The functions to access the audio
  104.      database are not too different from those in 'graphics.library'.
  105.      The device also features a requester to get an ID code from the
  106.      user.
  107.  
  108.      * Both high- and low-level protocol
  109.  
  110.      By acting both like a device and a library, AHI gives the programmer
  111.      a choice between full control and simplicity. The device API allows
  112.      several programs to use the audio hardware at the same time, and
  113.      the AUDIO: dos-device driver makes playing and recording sound very
  114.      simple for both the programmer and user.
  115.  
  116.      * Future Compatible
  117.  
  118.      When AmigaOS gets device-independent audio worth it's name, it should
  119.      not be too difficult to write a driver for AHI, allowing applications
  120.      using 'ahi.device' to automatically use the new OS interface. At
  121.      least I hope it wont.
  122.  
  123. SPECIAL REQUIREMENTS
  124.  
  125.      AmigaOS release 2.
  126.      MC68020 processor or better strongly recommended.
  127.  
  128. AVAILABILITY
  129.  
  130.      Aminet, for example:
  131.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  132.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  133.  
  134.      WWW:
  135.      http://www.lysator.liu.se/~lcs/ahi.html
  136.  
  137. PRICE
  138.  
  139.      Free. But if you use it in a shareware of commercial product,
  140.      I would like a registered copy for me and each of the audio driver
  141.      authors (this is merely a wish, you don't have to do it if you don't
  142.      think we deserve it). See the AHI User's Guide for more information.
  143.  
  144.      Please note that the PowerPC-version is shareware.
  145.  
  146. DISTRIBUTABILITY
  147.  
  148.      Copyright ©1994-1999 Martin Blom.
  149.      Freely distributable in unmodified form.
  150.      See the AHI User's Guide for more information.
  151.